K-TURBO Blower communication driver

 

K-TURBO Blower communication driver is the driver to communicate with blower controller.

 

1. Read Settings

 

<Figure 1> is read setting example of K-TURBO Blower communication driver.

<Figure 1>  Read setting example of K-TURBO Blower communication driver

Device part of  <Figure 1> input Com Port(COM1), Baud Rate(19200), Parity Bit(0), Data Bit(8), Stop Bit(1) respectively, according to controller.

 

K-TURBO Blower communication driver read schedule 

Read schedule setting parameters are as follows:

1) Station – Don't care.

2) Read command – Don't care.

3) Read start address – Don't care.

4) Save start address for Communication Server – Saving start address of Communication Server.

5) Read Size – Fixed to 1.

 

Read schedule example) 

READ,      0,     0,     0,    0,  1,

 

K-TURBO Blower communication driver save the readed data from controller.( refer to <Table 1> ) The controller send periodically data to communication driver.

<Table 1> is data saving address and contents for K-TURBO Blower communication driver.

Data saving address

Contents

Range

Start addr + 0

pressure

0 ~ 25599

( real value = 0.00 ~ 255.99 )

Start addr + 1

pressure difference at filter

Start addr + 2

operation pressure of setting BOV

Start addr + 3

 moter RPM

0 ~ 40000

Start addr + 4

input motor current

 

Start addr + 5

target mortor RPM

0 ~ 40000

Start addr + 6

setting operation value

 

Start addr + 7

run stauts 1

00h = preparing

01h = READY

02h = FAULT

04h = unload run status

08h = load run status

eac bit status

Start addr + 8

run status 2

01h = Max Flow Mode

02h = Set Flow Mode

03h = Feedback Mode

04h = TBD

Start addr + 9

run status 3

01h = error of temperature sensor

02h = error of pressure sensor

04h = error of motor current

08h = error of motor rotation

10h = error of inverter

20h = over-heat status of inverter

40h = failure of start

80h = error of motor abnormal

<Table 1> Data saving address and contents for K-TURBO Blower communication driver

If you click the icon  in protocol option part at <Figure 1>, you can see the help dialogue box such as <Figure 2>.

<Figure 2> Help dialog box of  K-TURBO Blower communication driver
 
2. Writing settings

You can control K-TURBO Blower controller by using 'writing settings'. 

 

Digital Write 

Digital write setting parameters are as follows:

1)  PORT                   Port no. (0 ~ 255)

2)  STATION             Don't care.

3)  ADDRESS          Don't care.

4)  Extra1                   Write command.

A : setting of operation mode,

B : setting of operation command,

C : setting of BOV operation pressure,

D : setting of operation. 

5) Extra2           Selection of feedback mode, operation load when A, D write command.

 0 : Set Flow Mode, unload operation,

1 : Feedback Mode, load operation.

 

Write example 1)

PORT:0,  station:0, ADDRESS:0000, Extra1: A,  Extra2 : 0, Output value = Off

The setting parameter shown above is a setting example to Max Flow mode.

 

Write example 2)

PORT:0,  station:0, ADDRESS:0000, Extra1: A,  Extra2 : 0, Output value = On

The setting parameter shown above is a setting example to Set Flow mode.

 

Write example 3)

PORT:0,  station:0, ADDRESS:0000, Extra1: A,  Extra2 : 1, Output value = On

The setting parameter shown above is a setting example to Feedback mode.

 

Write example 4)

PORT:0,  station:0, ADDRESS:0000, Extra1: D,  Extra2 : 0, Output value = Off

The setting parameter shown above is stop setting example of Unload operation.

 

Write example 5)

PORT:0,  station:0, ADDRESS:0000, Extra1: D,  Extra2 : 0, Output value = On

The setting parameter shown above is start setting example of Unload operation.

 

Write example 6)

PORT:0,  station:0, ADDRESS:0000, Extra1: D,  Extra2 : 1, Output value = On

The setting parameter shown above is start setting example of Load operation. 

 

Analog Write 

Analog write setting parameters are as follows:

1)  PORT                   Port no. (0 ~ 255)

2)  STATION             Don't care.

3)  ADDRESS          Don't care.

4)  Extra1                   Write command.

A : setting of operation mode,

B : setting of operation command,

C : setting of BOV operation pressure,

D : setting of operation. 

5) Extra2           Don't care.

 

Write example 1)

PORT:0,  station:0, ADDRESS:0000, Extra1: B,  Extra2 : 0

The setting parameter shown above is setting example of operation command( output value = 0 ~ 255 ).

 

Write example 2)

PORT:0,  station:0, ADDRESS:0000, Extra1: C,  Extra2 : 0

The setting parameter shown above is setting example of BOV operation pressure( output value = 0 ~ 25599, real setting value = 0.00 ~ 255.99 ).